home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5966 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.atw.fullfeed.com!usenet
  2. From: sbaierl@sninw.com (Scott J. Baierl)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++ and DOS
  5. Date: Tue, 06 Feb 1996 13:19:20 GMT
  6. Organization: Schneider National, Inc.
  7. Message-ID: <4f7km5$msn@ray.atw.fullfeed.com>
  8. References: <310E45DB.46B@itsa.ucsf.edu>
  9. NNTP-Posting-Host: sbaierl.atw.fullfeed.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Karl Young <kyoung@itsa.ucsf.edu> wrote:
  13.  
  14. :>I have only used C++ in Unix (i.e. g++) and am thinking
  15. :>about purchasing Visual C++ but had a couple of questions.
  16. :>Firstly, I'll be getting the NT version and I wanted to
  17. :>know if I could build programs that could be compiled for
  18. :>older, 16-bit versions of Windows like WFWG 3.1.1 with
  19. :>the current version of VC++ for NT. 
  20.  
  21. No, Visual C++ 4.0 is 32-bit only.  You must use version 1.xxx for
  22. 16-bit.
  23.  
  24. >Secondly I'm going to write a couple of programs that will
  25. >run on very old, very slow 386 machines, that need to talk 
  26. >to the hardware (specifically the parallel port) and on which 
  27. >I won't want to run any flavor of Windows. Can I use VC++
  28. >for NT to write code for DOS (and beyond my wildest dreams
  29. >that would have some routines for putting up primitive
  30. >menus and the like in DOS) or should I just dig up a used
  31. >copy of Turbo C or the like for doing that ?
  32.  
  33. DOS is 16-bit.  See answer 1.
  34.  
  35. >Thanks for any suggestions,
  36.  
  37. >-- Karl Young (kyoung@itsa.ucsf.edu)
  38.  
  39.  
  40.